home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / modle3a.dir / 00206_Script_206 < prev    next >
Text File  |  1994-11-28  |  181b  |  11 lines

  1. on exitFrame
  2.   global SCOPEGlow
  3.   if SCOPEGlow = 0 then
  4.     go to frame "PASSWORD2"
  5.   else
  6.     if SCOPEGlow = 1 then
  7.       go to frame "PASSWORD1"
  8.     end if
  9.   end if
  10. end
  11.